home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / wmail220.zip / WREM14.ZIP / WREMAP.CTL < prev    next >
Text File  |  1992-01-10  |  3KB  |  119 lines

  1. ;
  2. ;
  3. ;                        Window_Remapper Revision 1.4
  4. ;
  5. ;                   By Franco Schinco, FidoNet 2:334/100.0
  6. ;
  7. ;
  8. ;      (C) Copyright 1990-92 by Franco Schinco.  All Rights Reserved.
  9. ;
  10. ;
  11. ;
  12. ;
  13. ; +---------------------------------------------------------------------------+
  14. ; |                          SYSTEM CONFIGURATION                             |
  15. ; +---------------------------------------------------------------------------+
  16. ;
  17. ; +-----------------------------------------+
  18. ; | Primary matrix address                  |
  19. ; +-----------------------------------------+
  20. ;
  21. ;   Node specifies the primary address assigned to node or point.
  22. ;   If it is not assigned to you, DO NOT invent one! Call instead the
  23. ;   nearer Net coordinator to obtain it.
  24. ;   A erroneous or not standard node number can create serious problems in
  25. ;   the network.
  26. ;
  27. ;   Syntax :  Node   <zone>:<net>/<node>[.<point>]
  28. ;
  29. Node            2:334/100.0
  30. ;
  31. ;
  32. ; +-----------------------------------------+
  33. ; | Alternate matrix addresses              |
  34. ; +-----------------------------------------+
  35. ;
  36. ;   Aka specifies up to 10 alternate addresses.
  37. ;
  38. ;   Syntax :  Aka  <zone>:<net>/<node>[.<point>]
  39. ;
  40. Aka             2:334/101.0
  41. ; Aka             1:123/456.0
  42. ;
  43. ;
  44. ; +-----------------------------------------+
  45. ; | NetMail messages path                   |
  46. ; +-----------------------------------------+
  47. ;
  48. ;   MailPath specifies path where WRemap will find NetMail messages.
  49. ;   Final backslash can be omitted.
  50. ;
  51. ;   Syntax :  MailPath <path>
  52. ;
  53. MailPath        C:\Opus\Msg\Net
  54. ;
  55. ;
  56. ; +-----------------------------------------+
  57. ; | Log file name                           |
  58. ; +-----------------------------------------+
  59. ;
  60. ;   LogFile specifies the name Log file used by WRemap.
  61. ;   If unspecified, WRemap will not create log file.
  62. ;
  63. ;   Syntax :  LogFile <complete filename>
  64. ;
  65. LogFile         C:\Opus\WRemap.Log
  66. ;
  67. ;
  68. ; +-----------------------------------------+
  69. ; | Log file style                          |
  70. ; +-----------------------------------------+
  71. ;
  72. ;   LogStyle indicates the way in which log file will be created.
  73. ;   Two different valuse are allowed:
  74. ;
  75. ;   0 : Opus & BinkleyTerm style (default)
  76. ;   1 : FrontDoor style
  77. ;
  78. ;   Syntax :  LogStyle <n>
  79. ;
  80. LogStyle 0
  81. ;
  82. ;
  83. ; +-----------------------------------------+
  84. ; | Private net used by points              |
  85. ; +-----------------------------------------+
  86. ;
  87. ;   PointNet specifies fakenet used to individuate points.
  88. ;
  89. ;   Syntax :  PointNet <net>
  90. ;
  91. PointNet        24100
  92. ;
  93. ;
  94. ; +-----------------------------------------+
  95. ; | List of Points from/to which remap      |
  96. ; +-----------------------------------------+
  97. ;
  98. ;   The following list shows WRemap the points whose message from/to are
  99. ;   to be re-addressed.
  100. ;
  101. ;   Syntax :  Remap <"Name Surname"> <point>
  102. ;
  103. Remap "Stefania Falleni"    1
  104. Remap "Silvan Calarco"      2
  105. Remap "GianFranco Bottini"  4
  106. Remap "Maurizio Codogno"    5
  107. Remap "Sergio Fusero"       6
  108. Remap "Angelo Verdone"      7
  109. Remap "Paolo Sobrito"       8
  110. Remap "Renato Rolando"      9
  111. Remap "Peter Ugone"        10
  112. Remap "Enzo Ciaiolo"       11
  113. Remap "Lorenzo Cavassa"    13
  114. Remap "Efisio Porcu"       15
  115. Remap "Alessandro Peralma" 16
  116. ;
  117. ;
  118. ;                       *  End of Control File *
  119.